mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-04-26 17:23:01 +02:00
Rename test module into tests in smart pointer exercise (#1585)
If I'm not mistaken, the naming convention for modules containing only tests is to call them `tests` (rather than `test`).
This commit is contained in:
parent
9563f055e2
commit
ce081b12f9
@ -85,7 +85,7 @@ fn main() {
|
||||
|
||||
// ANCHOR: tests
|
||||
#[cfg(test)]
|
||||
mod test {
|
||||
mod tests {
|
||||
use super::*;
|
||||
|
||||
#[test]
|
||||
|
Loading…
x
Reference in New Issue
Block a user