Skip to content
Snippets Groups Projects
Verified Commit e340e0bc authored by Eduardo Trujillo's avatar Eduardo Trujillo
Browse files

test(files): Fix doctest import

parent 4dda4957
No related branches found
No related tags found
1 merge request!3v2.0.0
......@@ -38,13 +38,14 @@ type HttpNewService = BoxServiceFactory<(), ServiceRequest, ServiceResponse, Act
/// ```rust
/// use std::{
/// convert::TryInto,
/// sync::{Arc, RwLock},
/// sync::Arc,
/// };
/// use actix_web::App;
/// use espresso::{
/// files::Files,
/// config::ServerConfig,
/// };
/// use tokio::sync::RwLock;
///
/// let mut server_config = ServerConfig::default();
///
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment