mirror of
https://github.com/SpaceManiac/SpacemanDMM.git
synced 2025-12-23 05:36:47 +00:00
Remove unused try_iter! macro
This commit is contained in:
parent
5919d61c27
commit
ffa13126f9
1 changed files with 0 additions and 10 deletions
|
|
@ -15,16 +15,6 @@ extern crate toml;
|
|||
use std::borrow::Cow;
|
||||
use std::path::Path;
|
||||
|
||||
#[allow(unused_macros)]
|
||||
macro_rules! try_iter {
|
||||
($e:expr) => {
|
||||
match $e {
|
||||
Ok(x) => x,
|
||||
Err(e) => return Some(Err(From::from(e))),
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
mod error;
|
||||
use ahash::RandomState;
|
||||
pub use error::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue