Skip to content

Commit

Permalink
uucore/splice: fix import name
Browse files Browse the repository at this point in the history
  • Loading branch information
DaringCuteSeal committed Dec 17, 2024
1 parent c3e7c4e commit 223f7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uucore/src/lib/features/splice.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use std::{
},
};

use super::pipes::{pipe, splice, splice_exact};
use crate::pipes::{pipe, splice, splice_exact};

const SPLICE_SIZE: usize = 1024 * 128;
const BUF_SIZE: usize = 1024 * 16;
Expand Down

0 comments on commit 223f7fc

Please sign in to comment.