mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-18 00:00:15 +02:00
Re-integrate examples into the root workspace (#1466)
Co-authored-by: David Pedersen <[email protected]>
This commit is contained in:
co-authored by
David Pedersen
parent
e7eda0e416
commit
dc480f7b0e
@@ -12,5 +12,5 @@ already existing extractors
|
||||
Run with
|
||||
|
||||
```sh
|
||||
cd examples && cargo run -p example-customize-extractor-error
|
||||
cargo run -p example-customize-extractor-error
|
||||
```
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
//! Run with
|
||||
//!
|
||||
//! ```not_rust
|
||||
//! cd examples && cargo run -p example-customize-extractor-error
|
||||
//! cargo run -p example-customize-extractor-error
|
||||
//! ```
|
||||
|
||||
mod custom_extractor;
|
||||
|
||||
Reference in New Issue
Block a user