remove unused macro_escape attribute
This commit is contained in:
@@ -15,7 +15,6 @@ use std::fmt;
|
|||||||
/// let buf: [u8; 4] = [0, 0, 0, 1];
|
/// let buf: [u8; 4] = [0, 0, 0, 1];
|
||||||
/// assert_eq!(1u32, unpack_octets_4!(buf, 0, u32));
|
/// assert_eq!(1u32, unpack_octets_4!(buf, 0, u32));
|
||||||
/// ```
|
/// ```
|
||||||
#[macro_escape]
|
|
||||||
macro_rules! unpack_octets_4 {
|
macro_rules! unpack_octets_4 {
|
||||||
// TODO: Get rid of this macro
|
// TODO: Get rid of this macro
|
||||||
($buf:expr, $offset:expr, $tip:ty) => {
|
($buf:expr, $offset:expr, $tip:ty) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user