Merge pull request #63 from bjornwsv/patch-1

Update modules2.rs
This commit is contained in:
Carol (Nichols || Goulding) 2018-03-04 16:34:02 -05:00 committed by GitHub
commit 05fcc8d629
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -43,6 +43,3 @@ fn main() {
// its internal structure (the `democrats` and `republicans` modules and
// associated constants). It's almost there except for one keyword missing for
// each constant.
// One more hint: I wish the compiler error, instead of saying "unresolved name
// `us_presidential_frontrunners::democrat`", could say "constant
// `us_presidential_frontrunners::democrat` is private"!