Skip to content

Commit 56acb2a

Browse files
varkorAaron1011
andauthored
Fix typo in comment
Co-Authored-By: Aaron1011 <[email protected]>
1 parent fa444be commit 56acb2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/traits/auto_trait.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ impl<'a, 'tcx> AutoTraitFinder<'a, 'tcx> {
339339
match &result {
340340
&Ok(Some(ref vtable)) => {
341341
// If we see an explicit negative impl (e.g. 'impl !Send for MyStruct'),
342-
// we immediately bail out, since it's impossible for us to continue'
342+
// we immediately bail out, since it's impossible for us to continue.
343343
match vtable {
344344
Vtable::VtableImpl(VtableImplData { impl_def_id, .. }) => {
345345
// Blame tidy for the weird bracket placement

0 commit comments

Comments
 (0)