Skip to content

Commit a70635b

Browse files
committed
remove untrue doc from marker.rs
I just took out the sentences that were lies. I'm not sure if they need to be replaced.
1 parent 47ea0cf commit a70635b

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/libcore/marker.rs

-9
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,6 @@
1313
//! Rust types can be classified in various useful ways according to
1414
//! intrinsic properties of the type. These classifications, often called
1515
//! 'kinds', are represented as traits.
16-
//!
17-
//! They cannot be implemented by user code, but are instead implemented
18-
//! by the compiler automatically for the types to which they apply.
19-
//!
20-
//! Marker types are special types that are used with unsafe code to
21-
//! inform the compiler of special constraints. Marker types should
22-
//! only be needed when you are creating an abstraction that is
23-
//! implemented using unsafe code. In that case, you may want to embed
24-
//! some of the marker types below into your type.
2516
2617
#![stable(feature = "rust1", since = "1.0.0")]
2718

0 commit comments

Comments
 (0)