Remove mention of hyper headers

This commit is contained in:
Curtis McEnroe 2018-10-16 15:08:28 -04:00
parent f26dd834f5
commit 42cd3fb6a5
No known key found for this signature in database
GPG Key ID: CEA2F97ADCFCD77C
1 changed files with 0 additions and 2 deletions

View File

@ -105,8 +105,6 @@
//!
//! ### Using bearer access tokens
//!
//! Bearer tokens can be converted to Hyper headers.
//!
//! ```no_run
//! # extern crate inth_oauth2;
//! # extern crate reqwest;