• futures-task 0.3.26/src/future_obj.rs
    151
        /// until `UnsafeFutureObj::drop` is called with it.
    152
        #[allow(clippy::unnecessary_safety_doc)]
    153
        fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a);
  • futures-util 0.3.26/src/future/future/shared.rs
    142
        /// and acting on the result.
    143
        #[allow(clippy::unnecessary_safety_doc)]
    144
        pub fn strong_count(&self) -> Option<usize> {
    156
        /// and acting on the result.
    157
        #[allow(clippy::unnecessary_safety_doc)]
    158
        pub fn weak_count(&self) -> Option<usize> {