The code example at https://doc.rust-lang.org/book/testing.html#documentation-tests should be corrected changing `mod tests {` into `mod test {`.