Skip to content

Commit a4ec372

Browse files
committed
fixed a mistake
1 parent b402c43 commit a4ec372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/marker.rs

+1-1
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)