mirror of
https://github.com/actix/examples
synced 2025-06-28 09:50:36 +02:00
Fix clippy warnings (#168)
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
#![cfg_attr(feature = "cargo-clippy", allow(needless_pass_by_value))]
|
||||
#![allow(clippy::needless_pass_by_value)]
|
||||
//! Application may have multiple data objects that are shared across
|
||||
//! all handlers within same Application. Data could be added
|
||||
//! with `App::data()` method, multiple different data objects could be added.
|
||||
|
Reference in New Issue
Block a user