follow 4-space indent idiom
This commit is contained in:
parent
08c37897c0
commit
32c8cd6a2d
|
|
@ -24,6 +24,7 @@ mod my_priv_mod {
|
|||
}
|
||||
}
|
||||
```
|
||||
|
||||
Private items can thus be easily tested without worrying about how to expose
|
||||
them to any sort of external testing apparatus. This is key to the
|
||||
ergonomics of testing in Rust. Semantically, however, it's rather odd.
|
||||
|
|
|
|||
Loading…
Reference in New Issue