Skip to content

Commit

Permalink
fixed a mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
rick68 committed May 8, 2015
1 parent b402c43 commit a4ec372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/marker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ macro_rules! impls{
/// mismatches by enforcing types in the method implementations:
///
/// ```
/// # trait ResType { fn foo(&self); };
/// # trait ResType { fn foo(&self); }
/// # struct ParamType;
/// # mod foreign_lib {
/// # pub fn new(_: usize) -> *mut () { 42 as *mut () }
Expand Down

0 comments on commit a4ec372

Please sign in to comment.