Remove unnecessary feature gates from doc tests

This commit is contained in:
kngwyu 2018-08-14 18:29:15 +09:00
parent d2210f8a7e
commit ff2871f325
1 changed files with 0 additions and 2 deletions

View File

@ -21,8 +21,6 @@ macro_rules! dot_stringify {
///
/// # Example
/// ```
/// #![feature(const_fn, const_ptr_null_mut)]
///
/// #[macro_use] extern crate pyo3;
///
/// use pyo3::{Python, PyDict};