Skip to content

Commit 79c5023

Browse files
committed
Enable feature in doctest.
1 parent 9cc7ba0 commit 79c5023

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/core/src/primitive_docs.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1335,6 +1335,7 @@ mod prim_f16 {}
13351335
/// For example:
13361336
///
13371337
/// ```
1338+
/// # #![feature(float_algebraic)]
13381339
/// # let mut x: f32 = 12.0;
13391340
/// # let a: f32 = 34.0;
13401341
/// # let b: f32 = 56.0;

0 commit comments

Comments
 (0)