Compare commits
1 Commits
da9d875eab
...
dc3effe640
| Author | SHA1 | Date | |
|---|---|---|---|
|
dc3effe640
|
@@ -13,6 +13,7 @@ use crate::{
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#[allow(clippy::result_large_err)]
|
||||||
fn sort_loader_result<T: Ord + Clone>(
|
fn sort_loader_result<T: Ord + Clone>(
|
||||||
result: Result<Loader<Vec<T>>, Loading>,
|
result: Result<Loader<Vec<T>>, Loading>,
|
||||||
) -> Result<Vec<T>, Loading> {
|
) -> Result<Vec<T>, Loading> {
|
||||||
|
|||||||
Reference in New Issue
Block a user