diff --git a/src/request.rs b/src/request.rs index 42eb455..ed2a987 100644 --- a/src/request.rs +++ b/src/request.rs @@ -24,6 +24,7 @@ pub type Result = std::result::Result; /// # } /// ``` #[derive(Clone)] +#[must_use = "Requests do nothing until consumed by `call()`"] pub struct Request { agent: Agent, method: String,