Skip to content

Commit

Permalink
Fix a small typo in a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaslee committed Jun 1, 2013
1 parent f6fa5b9 commit 4246694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/metadata/encoder.rs
Expand Up @@ -439,7 +439,7 @@ fn encode_reexported_static_methods(ecx: @EncodeContext,
//
// We don't need to reexport static methods on items
// declared in the same module as our `pub use ...` since
// that's done when we encode the trait item.
// that's done when we encode the item itself.
//
// The only exception is when the reexport *changes* the
// name e.g. `pub use Foo = self::Bar` -- we have
Expand Down

5 comments on commit 4246694

@bors
Copy link
Contributor

@bors bors commented on 4246694 Jun 1, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from catamorphism
at thomaslee@4246694

@bors
Copy link
Contributor

@bors bors commented on 4246694 Jun 1, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging thomaslee/rust/issue-6745 = 4246694 into auto

@bors
Copy link
Contributor

@bors bors commented on 4246694 Jun 1, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thomaslee/rust/issue-6745 = 4246694 merged ok, testing candidate = 24e85ac

@bors
Copy link
Contributor

@bors bors commented on 4246694 Jun 1, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 4246694 Jun 1, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding incoming to auto = 24e85ac

Please sign in to comment.