Revert "cargo: Add a FIXME about immutability"

This reverts commit 978ff7972c828e2a2e4b39ed503f05be76f3424f.
This commit is contained in:
Brian Anderson 2012-06-09 19:19:10 -07:00
parent 978ff7972c
commit 6ea4047e50

View File

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