Confirmed users
158
edits
(Update instructions for modifying vendored code) |
m (Minor formatting edit.) |
||
| Line 69: | Line 69: | ||
In $MOZILLA_ROOT/Cargo.toml, there should be a section at the bottom called [patch.crates-io]. Add an entry like so: | In $MOZILLA_ROOT/Cargo.toml, there should be a section at the bottom called [patch.crates-io]. Add an entry like so: | ||
[patch.crates-io] | [patch.crates-io] | ||
... | ... | ||
euclid = { path = "third_party/rust/euclid" } | euclid = { path = "third_party/rust/euclid" } | ||
Then run ./mach vendor rust | Then run: | ||
./mach vendor rust | |||
== Hacking == | == Hacking == | ||