Skip to content

Commit

Permalink
fix: fix lint error
Browse files Browse the repository at this point in the history
Signed-off-by: xujihui1985 <xujihui1985@gmail.com>
  • Loading branch information
xujihui1985 committed Nov 20, 2024
1 parent 074fa17 commit 2fce3ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/libcontainer/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,10 @@ impl From<Vec<LibcontainerError>> for MultiError {

#[cfg(test)]
mod tests {
use super::{LibcontainerError, MultiError};
use libcgroups::common::CreateCgroupSetupError;

use super::{LibcontainerError, MultiError};

#[test]
fn test_multi_error() {
let errs = Vec::<LibcontainerError>::new();
Expand Down

0 comments on commit 2fce3ae

Please sign in to comment.