Skip to content

Commit

Permalink
Core: resource: Drop import as std::convert::From is in the Prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
envp committed Mar 8, 2021
1 parent 42b3055 commit 1af17d3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions coreutils_core/src/os/resource.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ use super::TimeVal;
use libc::getrusage;
use libc::{c_int, rusage, RUSAGE_CHILDREN, RUSAGE_SELF};

use std::convert::From;

/// Interface for `RUSAGE_*` constants from libc.
///
/// TODO This is an incomplete set of constants. It is currently missing
Expand Down

0 comments on commit 1af17d3

Please sign in to comment.