mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 04:47:39 +03:00
fix: doctest ServiceConfig::register() error (#250)
This commit is contained in:
parent
018f493c6e
commit
5e9715e92d
1 changed files with 2 additions and 2 deletions
|
@ -133,9 +133,9 @@ impl<Err: ErrorRenderer> ServiceConfig<Err> {
|
|||
/// # Examples
|
||||
///
|
||||
/// ```rust
|
||||
/// use ntex::web::ServiceConfig;
|
||||
/// use ntex::web::{ServiceConfig, DefaultError};
|
||||
///
|
||||
/// let config = ServiceConfig::register();
|
||||
/// let config: ServiceConfig<DefaultError> = ServiceConfig::register();
|
||||
/// ```
|
||||
pub fn register() -> Self {
|
||||
Self {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue