1
Fork 0

rpass/cfail: Update field privacy where necessary

This commit is contained in:
Alex Crichton 2014-03-28 11:09:31 -07:00
parent 0b36e9d913
commit d0a80cca6c
41 changed files with 76 additions and 80 deletions

View file

@ -10,7 +10,7 @@
mod cat {
pub struct Cat {
priv meows: uint
meows: uint
}
pub fn new_cat() -> Cat {