Remove unnecessary feature gates from doc tests
This commit is contained in:
parent
d2210f8a7e
commit
ff2871f325
|
@ -21,8 +21,6 @@ macro_rules! dot_stringify {
|
||||||
///
|
///
|
||||||
/// # Example
|
/// # Example
|
||||||
/// ```
|
/// ```
|
||||||
/// #![feature(const_fn, const_ptr_null_mut)]
|
|
||||||
///
|
|
||||||
/// #[macro_use] extern crate pyo3;
|
/// #[macro_use] extern crate pyo3;
|
||||||
///
|
///
|
||||||
/// use pyo3::{Python, PyDict};
|
/// use pyo3::{Python, PyDict};
|
||||||
|
|
Loading…
Reference in New Issue