mirror of
https://github.com/NLnetLabs/domain.git
synced 2026-09-24 02:34:56 +02:00
Drop macros.rs.
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
|
||||
#[macro_export]
|
||||
macro_rules! dname {
|
||||
( $( $x:expr ),* ) => {
|
||||
{
|
||||
let mut res = $crate::name::DomainNameBuf::new();
|
||||
$(
|
||||
res.push_normal($x).unwrap();
|
||||
)*
|
||||
res
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user