about summary refs log tree commit diff
path: root/library/core/tests/ops.rs
diff options
context:
space:
mode:
authorScott McMurray <scottmcm@users.noreply.github.com>2021-02-06 22:36:05 -0800
committerScott McMurray <scottmcm@users.noreply.github.com>2021-02-06 22:36:05 -0800
commit1b7309edd6b0e0a50b1e65c7888e3aa888baa10b (patch)
treee332b6febe9b3bc0e877cea03f33190d118d7417 /library/core/tests/ops.rs
parent08fdbd59b7db4f7ad9c11628f27d8e7c7986d8a1 (diff)
downloadrust-1b7309edd6b0e0a50b1e65c7888e3aa888baa10b.tar.gz
rust-1b7309edd6b0e0a50b1e65c7888e3aa888baa10b.zip
Expand the docs for ops::ControlFlow a bit
Since I was writing some examples for an RFC anyway.
Diffstat (limited to 'library/core/tests/ops.rs')
-rw-r--r--library/core/tests/ops.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/library/core/tests/ops.rs b/library/core/tests/ops.rs
index 53e5539fad9..aa79dbac8f3 100644
--- a/library/core/tests/ops.rs
+++ b/library/core/tests/ops.rs
@@ -1,3 +1,5 @@
+mod control_flow;
+
 use core::ops::{Bound, Range, RangeFrom, RangeFull, RangeInclusive, RangeTo, RangeToInclusive};
 use core::ops::{Deref, DerefMut};