mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 12:11:02 +00:00
Fix test-rustdoc (#1266)
* Fix `test-rustdoc` * ".git/.scripts/commands/fmt/fmt.sh" --------- Co-authored-by: command-bot <>
This commit is contained in:
@@ -40,7 +40,7 @@ impl<T> IndexedRetain<T> for Vec<T> {
|
||||
}
|
||||
|
||||
/// Helper trait until `is_sorted_by` is stabilized.
|
||||
/// TODO: https://github.com/rust-lang/rust/issues/53485
|
||||
/// TODO: <https://github.com/rust-lang/rust/issues/53485>
|
||||
pub trait IsSortedBy<T> {
|
||||
fn is_sorted_by<F>(self, cmp: F) -> bool
|
||||
where
|
||||
|
||||
Reference in New Issue
Block a user