all: remove dead code
This commit is contained in:
parent
a20008d446
commit
8cee61122e
32 changed files with 9 additions and 145 deletions
|
|
@ -345,6 +345,7 @@ pub trait Handle: RequestParser<'static> {
|
|||
R: 'static,
|
||||
H: for<'a> Fn(&R, Self::Generic<'a>) + 'static;
|
||||
|
||||
#[allow(dead_code)]
|
||||
fn handle2<R, F, H>(tl: &Rc<ToolClient>, id: impl Into<ObjectId>, r: R, h: H)
|
||||
where
|
||||
R: 'static,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue