There was an error while loading. Please reload this page.
1 parent ce838e8 commit 6858fabCopy full SHA for 6858fab
1 file changed
src/rt/timer.rs
@@ -77,7 +77,7 @@ pub trait Timer {
77
/// A future returned by a `Timer`.
78
pub trait Sleep: Send + Sync + Future<Output = ()> {
79
#[doc(hidden)]
80
- /// This method is private and should not be implemented by downstream crate
+ /// This method is private and can not be implemented by downstream crate
81
fn __type_id(&self, _: private::Sealed) -> TypeId
82
where
83
Self: 'static,
0 commit comments