1
0
Fork 0
forked from wry/wry

config: add some utility functions

This commit is contained in:
Julian Orth 2022-05-02 17:34:31 +02:00
parent 518c1ad290
commit 56d3c5fce9
3 changed files with 15 additions and 15 deletions

View file

@ -17,7 +17,7 @@ macro_rules! config {
macro_rules! get {
() => {{
get!(())
get!(Default::default())
}};
($def:expr) => {{
#[allow(unused_unsafe)]