cargo: Add a FIXME about immutability
This commit is contained in:
parent
106fe8b5e8
commit
978ff7972c
@ -16,6 +16,8 @@ import str;
|
|||||||
import vec;
|
import vec;
|
||||||
import getopts::{optflag, optopt, opt_present};
|
import getopts::{optflag, optopt, opt_present};
|
||||||
|
|
||||||
|
// FIXME: Make these fields imm
|
||||||
|
|
||||||
type package = {
|
type package = {
|
||||||
mut name: str,
|
mut name: str,
|
||||||
mut uuid: str,
|
mut uuid: str,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user