Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
Co-Authored-By: Aaron1011 <aa1ronham@gmail.com>
  • Loading branch information
varkor and Aaron1011 committed Nov 8, 2018
1 parent fa444be commit 56acb2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/traits/auto_trait.rs
Expand Up @@ -339,7 +339,7 @@ impl<'a, 'tcx> AutoTraitFinder<'a, 'tcx> {
match &result {
&Ok(Some(ref vtable)) => {
// If we see an explicit negative impl (e.g. 'impl !Send for MyStruct'),
// we immediately bail out, since it's impossible for us to continue'
// we immediately bail out, since it's impossible for us to continue.
match vtable {
Vtable::VtableImpl(VtableImplData { impl_def_id, .. }) => {
// Blame tidy for the weird bracket placement
Expand Down

0 comments on commit 56acb2a

Please sign in to comment.