missing character in use statement dependency

This commit is contained in:
glyph 2022-10-02 17:01:38 +01:00
parent 12fb6cd9fa
commit 27b2a32572
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ Then add the subscription route handlers to the existing code in `src/routes.rs`
```rust
use log::info;
use rocket::{form::Form, get, post, response::Redirect, uri, FromFor}
use rocket::{form::Form, get, post, response::Redirect, uri, FromForm}
#[derive(FromForm)]
pub struct PeerForm {