mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-23 01:13:23 +00:00
Fix lint error in cargo-component
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
ecad132ec9
commit
80cd1b69f7
@ -48,7 +48,7 @@ impl Config {
|
||||
pub fn component_path(&self, component_ident: &str) -> ComponentName {
|
||||
self.components
|
||||
.get(component_ident)
|
||||
.expect("Undefinded component name")
|
||||
.expect("Undefined component name")
|
||||
.clone()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user