We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f93d0c commit 937b1f5Copy full SHA for 937b1f5
sctp/src/util.rs
@@ -1,5 +1,5 @@
1
use bytes::Bytes;
2
-use crc::{Crc, CRC_32_ISCSI, Table};
+use crc::{Crc, Table, CRC_32_ISCSI};
3
4
pub(crate) const PADDING_MULTIPLE: usize = 4;
5
0 commit comments