all: remove dead code
This commit is contained in:
parent
a20008d446
commit
8cee61122e
32 changed files with 9 additions and 145 deletions
|
|
@ -10,6 +10,7 @@ pub trait Try: Sized {
|
|||
where
|
||||
F: FnOnce() -> Result<(), Self>;
|
||||
|
||||
#[allow(dead_code)]
|
||||
fn tria<F>(f: F) -> Tria<Self, F>
|
||||
where
|
||||
F: Future<Output = Result<(), Self>>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue