We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 427549c commit d6e7ff1Copy full SHA for d6e7ff1
src/lib.rs
@@ -100,7 +100,7 @@
100
//! ```
101
//!
102
//! ## Type ascription
103
-//!
+//!
104
//! ```rust,ignore
105
//! let mut x = some_generic_computation();
106
//! if_chain! {
@@ -110,9 +110,9 @@
110
//! else { x += 1 }
111
//! }
112
113
114
//! becomes
115
116
117
118
//! if x > 7 {
@@ -122,7 +122,7 @@
122
//! x += 1
123
124
125
126
//! ## Multiple patterns
127
128
0 commit comments