Skip to content

Commit

Permalink
Fix doc tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Mar 27, 2015
1 parent 710af04 commit dd8cf92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libcore/marker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,7 @@ pub struct InvariantType<T>;
/// that function. Here is an example:
///
/// ```
/// #![feature(core)]
/// use std::marker::Reflect;
/// use std::any::Any;
/// fn foo<T:Reflect+'static>(x: &T) {
Expand Down

0 comments on commit dd8cf92

Please sign in to comment.