Skip to content

Commit

Permalink
remove untrue doc from marker.rs
Browse files Browse the repository at this point in the history
I just took out the sentences that were lies. I'm not sure if they need to be replaced.
  • Loading branch information
durka committed Aug 17, 2015
1 parent 47ea0cf commit a70635b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/libcore/marker.rs
Expand Up @@ -13,15 +13,6 @@
//! Rust types can be classified in various useful ways according to
//! intrinsic properties of the type. These classifications, often called
//! 'kinds', are represented as traits.
//!
//! They cannot be implemented by user code, but are instead implemented
//! by the compiler automatically for the types to which they apply.
//!
//! Marker types are special types that are used with unsafe code to
//! inform the compiler of special constraints. Marker types should
//! only be needed when you are creating an abstraction that is
//! implemented using unsafe code. In that case, you may want to embed
//! some of the marker types below into your type.

#![stable(feature = "rust1", since = "1.0.0")]

Expand Down

0 comments on commit a70635b

Please sign in to comment.