cargo: Add a FIXME about immutability

This commit is contained in:
Brian Anderson 2012-06-09 19:04:31 -07:00
parent 106fe8b5e8
commit 978ff7972c

View File

@ -16,6 +16,8 @@ import str;
import vec;
import getopts::{optflag, optopt, opt_present};
// FIXME: Make these fields imm
type package = {
mut name: str,
mut uuid: str,