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.
1 parent 9720c90 commit a51b3ffCopy full SHA for a51b3ff
src/lib.rs
@@ -201,6 +201,7 @@ pub trait Integer: Sized + Num + PartialOrd + Ord + Eq {
201
}
202
203
/// Deprecated, use `is_multiple_of` instead.
204
+ #[deprecated(note = "Please use is_multiple_of instead")]
205
fn divides(&self, other: &Self) -> bool;
206
207
/// Returns `true` if `self` is a multiple of `other`.
0 commit comments