diff options
author | Luca Casonato <luca.casonato@antipy.com> | 2020-06-13 19:09:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-13 13:09:39 -0400 |
commit | 0ffc99a61ddfa958a436beef0d003ecead630d0f (patch) | |
tree | 7a2d40621cabfab9b2f6efb15872d467d0e25165 /docs/contributing | |
parent | 77545219a6d5c9d474032ea5e8ccfcd69897d76b (diff) |
Move to allowlist and blocklist (#6282)
Diffstat (limited to 'docs/contributing')
-rw-r--r-- | docs/contributing/style_guide.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/contributing/style_guide.md b/docs/contributing/style_guide.md index 0bd7c628f..6c0e73b50 100644 --- a/docs/contributing/style_guide.md +++ b/docs/contributing/style_guide.md @@ -40,6 +40,11 @@ Be explicit even when it means more code. There are some situations where it may make sense to use such techniques, but in the vast majority of cases it does not. +## Inclusive code + +Please follow the guidelines for inclusive code outlined at +https://chromium.googlesource.com/chromium/src/+/master/styleguide/inclusive_code.md. + ## Rust Follow Rust conventions and be consistent with existing code. |