mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-10 18:38:22 +00:00
fix warning
This commit is contained in:
parent
913f130fd6
commit
1ff5a41033
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ pub fn register_methods(module: &mut RpcModule<RpcState>) {
|
|||
.unwrap();
|
||||
}
|
||||
|
||||
pub fn list_network_links(_: Params, state: &RpcState) -> Result<Vec<Link>, ApiError> {
|
||||
pub fn list_network_links(_: Params, _state: &RpcState) -> Result<Vec<Link>, ApiError> {
|
||||
Ok(vec![Link {
|
||||
name: "test1".to_string(),
|
||||
}])
|
||||
|
|
Loading…
Add table
Reference in a new issue