We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b7f2d2 + 15c3435 commit b32d923Copy full SHA for b32d923
src/libcore/convert.rs
@@ -11,7 +11,7 @@
11
//! Traits for conversions between types.
12
//!
13
//! The traits in this module provide a general way to talk about conversions from one type to
14
-//! another. They follow the standard Rust conventions of `as`/`to`/`into`/`from`.
+//! another. They follow the standard Rust conventions of `as`/`into`/`from`.
15
16
//! Like many traits, these are often used as bounds for generic functions, to support arguments of
17
//! multiple types.
0 commit comments