Skip to content

Commit 288a5f0

Browse files
committed
remove unused macro_escape attribute
1 parent b66f3ae commit 288a5f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/frame/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ use std::fmt;
1515
/// let buf: [u8; 4] = [0, 0, 0, 1];
1616
/// assert_eq!(1u32, unpack_octets_4!(buf, 0, u32));
1717
/// ```
18-
#[macro_escape]
1918
macro_rules! unpack_octets_4 {
2019
// TODO: Get rid of this macro
2120
($buf:expr, $offset:expr, $tip:ty) => {

0 commit comments

Comments
 (0)