pub struct DeadCodeRule;Expand description
检测明显的死代码
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeadCodeRule
impl RefUnwindSafe for DeadCodeRule
impl Send for DeadCodeRule
impl Sync for DeadCodeRule
impl Unpin for DeadCodeRule
impl UnwindSafe for DeadCodeRule
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more