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
1 merge request!3v2.0.0
...@@ -38,13 +38,14 @@ type HttpNewService = BoxServiceFactory<(), ServiceRequest, ServiceResponse, Act ...@@ -38,13 +38,14 @@ type HttpNewService = BoxServiceFactory<(), ServiceRequest, ServiceResponse, Act
/// ```rust /// ```rust
/// use std::{ /// use std::{
/// convert::TryInto, /// convert::TryInto,
/// sync::{Arc, RwLock}, /// sync::Arc,
/// }; /// };
/// use actix_web::App; /// use actix_web::App;
/// use espresso::{ /// use espresso::{
/// files::Files, /// files::Files,
/// config::ServerConfig, /// config::ServerConfig,
/// }; /// };
/// use tokio::sync::RwLock;
/// ///
/// let mut server_config = ServerConfig::default(); /// 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