Merge pull request #50 from aepsil0n/patch-1

Add a missing "not" to readme
This commit is contained in:
Nick Cameron 2015-05-01 08:21:39 +12:00
commit 93c3851a24

View File

@ -50,7 +50,7 @@ move bounds to where clauses, combine multiple impls into a single impl, etc.
However, we will not change the names of variables or make any changes which
*could* change the semantics. To be ever so slightly formal, we might imagine
a compilers high level intermediate representation, we should strive to only
make changes which do change the HIR, even if they do change the AST.
make changes which do not change the HIR, even if they do change the AST.
I would like to be able to output refactoring scripts for making deeper changes
though. (E.g., renaming variables to satisfy our style guidelines).