Skip to content

Commit 84e7ad4

Browse files
committed
Fix tidy error
1 parent cc1f62d commit 84e7ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_mir/monomorphize/deduplicate_instances.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ use rustc::mir::visit::{Visitor, TyContext};
2525
///
2626
/// fn main() {
2727
/// foo::<u32>();
28-
/// foo::<u64>();
28+
/// foo::<u64>();
2929
/// }
3030
/// ```
3131
///

0 commit comments

Comments
 (0)