We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3abafaa commit 94a222fCopy full SHA for 94a222f
core/lib/src/request/state.rs
@@ -13,7 +13,7 @@ use crate::http::Status;
13
/// registered to be managed by Rocket via
14
/// [`Rocket::manage()`]. The type being managed must be
15
/// thread safe and sendable across thread boundaries. In other words, it must
16
-/// implement [`Send`] + [`Sync`] + 'static`.
+/// implement [`Send`] + [`Sync`] + `'static`.
17
///
18
/// # Example
19
0 commit comments