Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(subscriber): fix typo in doc comment (#543)
``` error[E0433]: failed to resolve: use of undeclared crate or module `tower_web` --> console-subscriber/src/lib.rs:989:5 | 9 | use tower_web::cors::{CorsLayer, AllowOrigin}; | ^^^^^^^^^ use of undeclared crate or module `tower_web` | help: there is a crate or module with a similar name | 9 | use tonic_web::cors::{CorsLayer, AllowOrigin}; ``` The actual struct is https://docs.rs/tower-http/latest/tower_http/cors/struct.CorsLayer.html
- Loading branch information