diff --git a/src/cast.rs b/src/cast.rs index 20e9340..72ec7a8 100644 --- a/src/cast.rs +++ b/src/cast.rs @@ -682,7 +682,7 @@ impl NumCast for Wrapping { /// A generic interface for casting between machine scalars with the /// `as` operator, which admits narrowing and precision loss. -/// Implementers of this trait AsPrimitive should behave like a primitive +/// Implementers of this trait `AsPrimitive` should behave like a primitive /// numeric type (e.g. a newtype around another primitive), and the /// intended conversion must never fail. ///