Add const_ptr_null_mut feature to a doctest

This commit is contained in:
messense 2017-09-19 20:09:46 +08:00
parent 703883687a
commit e5780ed2b8
No known key found for this signature in database
GPG Key ID: BB41A8A2C716CCA9
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
///
/// # Example
/// ```
/// #![feature(const_fn)]
/// #![feature(const_fn, const_ptr_null_mut)]
///
/// #[macro_use] extern crate pyo3;
///