mirror of
https://github.com/hannobraun/Fornjot
synced 2025-01-31 20:35:56 +00:00
Replace wrong-looking bracket
No idea why or how that worked, but it definitely wasn't idiomatic.
This commit is contained in:
parent
1e762a86ba
commit
f61f370343
@ -22,7 +22,7 @@ pub struct Args {
|
|||||||
pub parameters: Option<Parameters>,
|
pub parameters: Option<Parameters>,
|
||||||
|
|
||||||
/// Model deviation tolerance
|
/// Model deviation tolerance
|
||||||
#[clap[short, long, parse(try_from_str = parse_tolerance)]]
|
#[clap(short, long, parse(try_from_str = parse_tolerance))]
|
||||||
pub tolerance: Option<Tolerance>,
|
pub tolerance: Option<Tolerance>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user