Skip to content

Commit 4246694

Browse files
committed
Fix a small typo in a comment.
1 parent f6fa5b9 commit 4246694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/metadata/encoder.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ fn encode_reexported_static_methods(ecx: @EncodeContext,
439439
//
440440
// We don't need to reexport static methods on items
441441
// declared in the same module as our `pub use ...` since
442-
// that's done when we encode the trait item.
442+
// that's done when we encode the item itself.
443443
//
444444
// The only exception is when the reexport *changes* the
445445
// name e.g. `pub use Foo = self::Bar` -- we have

0 commit comments

Comments
 (0)