Skip to content

Commit a3a3d4e

Browse files
committed
Rollup merge of rust-lang#25210 - rick68:patch-1, r=alexcrichton
fixed a doc mistake in libcore/marker.mk
2 parents 8a6bb9f + a4ec372 commit a3a3d4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/marker.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ macro_rules! impls{
313313
/// mismatches by enforcing types in the method implementations:
314314
///
315315
/// ```
316-
/// # trait ResType { fn foo(&self); };
316+
/// # trait ResType { fn foo(&self); }
317317
/// # struct ParamType;
318318
/// # mod foreign_lib {
319319
/// # pub fn new(_: usize) -> *mut () { 42 as *mut () }

0 commit comments

Comments
 (0)