mirror of
https://github.com/tiffany352/rink-rs
synced 2024-11-10 05:34:14 +00:00
Fix clippy warning
This commit is contained in:
parent
1612065466
commit
aedcb26f40
1 changed files with 0 additions and 1 deletions
|
@ -182,7 +182,6 @@ impl Context {
|
|||
|
||||
/// Takes a parsed definitions.units from
|
||||
/// `gnu_units::parse()`. Returns a list of errors, if there were any.
|
||||
#[must_use]
|
||||
pub fn load(&mut self, defs: crate::ast::Defs) -> Result<(), String> {
|
||||
let errors = crate::loader::load_defs(self, defs);
|
||||
|
||||
|
|
Loading…
Reference in a new issue