Revert confusion about hashed out code

This commit is contained in:
Henri Menke
2017-09-21 14:00:44 +12:00
committed by GitHub
parent 38b0077b98
commit 310de34fd1

View File

@@ -40,6 +40,10 @@ from the text that contain the query. Listing 12-15 shows this test:
<span class="filename">Filename: src/lib.rs</span>
```rust
# fn search<'a>(query: &str, contents: &'a str) -> Vec<&'a str> {
# vec![]
# }
#
#[cfg(test)]
mod test {
use super::*;