Accept visibility qualifier in `const_fixed_from_int`
As it says in the title. This allows:
mod my_module {
use fixed::{const_fixed_from_int, types::*};
const_fixed_from_int! {
pub const USED_OUTSIDE: I32F0 = 0;
}
}
As it says in the title. This allows:
mod my_module {
use fixed::{const_fixed_from_int, types::*};
const_fixed_from_int! {
pub const USED_OUTSIDE: I32F0 = 0;
}
}