fix: doctest ServiceConfig::register() error (#250)

This commit is contained in:
RuangyotN 2025-03-24 21:50:38 +07:00
parent 018f493c6e
commit 5e9715e92d

View file

@ -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 {