Fix doctests

This commit is contained in:
Jacob Hoffman-Andrews
2021-12-19 22:14:18 -08:00
committed by Martin Algesten
parent 2df70168c4
commit 352bf19f40
2 changed files with 4 additions and 4 deletions

View File

@@ -257,7 +257,7 @@
//!
//! ```no_run
//! # #[cfg(feature = "native-tls")]
//! # fn build() -> std::result::Result<(), ureq::Error> {
//! # fn build() -> std::result::Result<(), Box<dyn std::error::Error>> {
//! # ureq::is_test(true);
//! use std::sync::Arc;
//! use ureq::Agent;