Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd .cargo/config to .gitignore, move content to ports/android #4099
Conversation
This allows using .cargo/config at the root of the repository for local path override, without risk of accidentally committing it.
hoppipolla-critic-bot
commented
Nov 25, 2014
|
Critic review: https://critic.hoppipolla.co.uk/r/3281 This is an external review system which you may optionally use for the code review of your pull request. In order to help critic track your changes, please do not make in-place history rewrites (e.g. via |
This comment has been minimized.
This comment has been minimized.
mbrubeck
commented on 99e8358
Nov 25, 2014
|
r+ |
This comment has been minimized.
This comment has been minimized.
|
saw approval from mbrubeck |
This comment has been minimized.
This comment has been minimized.
|
merging SimonSapin/servo/cargo-config = 99e8358 into auto |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
all tests pass: |
This comment has been minimized.
This comment has been minimized.
|
fast-forwarding master to auto = b5d6864 |
This allows using `.cargo/config` at the root of the repository for local path override, without risk of accidentally committing it. However I don’t have the environment to test the Android build. Would this break it?
SimonSapin commentedNov 25, 2014
This allows using
.cargo/configat the root of the repository for local path override, without risk of accidentally committing it.However I don’t have the environment to test the Android build. Would this break it?