mirror of
https://github.com/simonask/libyaml-safer
synced 2025-02-17 04:48:29 +00:00
Delete unused macros
This commit is contained in:
parent
e7ea1987ba
commit
c52336a746
2 changed files with 1 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
#![no_std]
|
||||
#![doc(html_root_url = "https://docs.rs/unsafe-libyaml/0.1.2")]
|
||||
#![allow(non_camel_case_types, unused_macros)]
|
||||
#![allow(non_camel_case_types)]
|
||||
#![warn(clippy::pedantic)]
|
||||
#![allow(
|
||||
clippy::cast_lossless,
|
||||
|
|
|
@ -188,10 +188,6 @@ macro_rules! IS_ASCII {
|
|||
};
|
||||
}
|
||||
|
||||
macro_rules! IS_PRINTABLE_AT {
|
||||
() => {}; // TODO
|
||||
}
|
||||
|
||||
macro_rules! IS_PRINTABLE {
|
||||
($string:expr) => {
|
||||
(*$string.pointer as libc::c_int == 0xa
|
||||
|
|
Loading…
Add table
Reference in a new issue