diff options
| author | bors <bors@rust-lang.org> | 2015-08-18 10:26:35 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-08-18 10:26:35 +0000 |
| commit | 58e602b03ff8dc6caf3f64178430d1869d230fec (patch) | |
| tree | 918e8b642807346eba07615b8461691036b7ed76 /src/libcore | |
| parent | a91f19f35662f83cdb20ae8445c941aaff33fc18 (diff) | |
| parent | a70635b2ccc0c3a28757fd948170f182299ce927 (diff) | |
| download | rust-58e602b03ff8dc6caf3f64178430d1869d230fec.tar.gz rust-58e602b03ff8dc6caf3f64178430d1869d230fec.zip | |
Auto merge of #27870 - durka:patch-5, r=steveklabnik
I just took out the sentences that were lies. I'm not sure if they need to be replaced. r? steveklabnik
Diffstat (limited to 'src/libcore')
| -rw-r--r-- | src/libcore/marker.rs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/libcore/marker.rs b/src/libcore/marker.rs index 95b250064a5..aa5eda68e98 100644 --- a/src/libcore/marker.rs +++ b/src/libcore/marker.rs @@ -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")] |
