mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 10:05:06 +03:00
cargo: Add a FIXME about immutability
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
import vec;
|
||||
import getopts::{optflag, optopt, opt_present};
|
||||
|
||||
// FIXME: Make these fields imm
|
||||
|
||||
type package = {
|
||||
mut name: str,
|
||||
mut uuid: str,
|
||||
|
||||
Reference in New Issue
Block a user