Add doctests to and fix saturating_div for signed integer types
This commit is contained in:
parent
742d450783
commit
6bb3acab74
2 changed files with 23 additions and 9 deletions
|
@ -308,6 +308,7 @@
|
|||
#![feature(ptr_internals)]
|
||||
#![feature(rustc_attrs)]
|
||||
#![feature(rustc_private)]
|
||||
#![feature(saturating_div)]
|
||||
#![feature(saturating_int_impl)]
|
||||
#![feature(slice_concat_ext)]
|
||||
#![feature(slice_internals)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue