Skip to content

Commit c144714

Browse files
committed
Remove unsafe code for fixed issue
1 parent 7a24375 commit c144714

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/lib.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ pub struct RouteBuilder {
1212
routers: HashMap<Method, Router<Box<Handler>>>,
1313
}
1414

15-
// FIXME(#22655) these should not be necessary
16-
unsafe impl Sync for RouteBuilder {}
17-
unsafe impl Send for RouteBuilder {}
18-
1915
#[derive(Debug)]
2016
pub struct RouterError(String);
2117

0 commit comments

Comments
 (0)