]> git.lizzy.rs Git - rust.git/commit
Define the unavailable target just once and re-use it
authorAndrea Canciani <ranma42@gmail.com>
Tue, 25 Apr 2017 14:11:18 +0000 (16:11 +0200)
committerAndrea Canciani <ranma42@gmail.com>
Tue, 25 Apr 2017 14:11:18 +0000 (16:11 +0200)
commit5439c9b4ec975083cb1bc2000a5faa21f737997a
tree3ecc820e252338024f3f116c11db51fd4442c813
parentac8892bdb227e135ed7e5c3f8bb34b6b031a4579
Define the unavailable target just once and re-use it

The same unavailable target value is used in two different places.
Abstracting it makes it easier to update it and recognise its purpose.
src/tools/build-manifest/src/main.rs