Jonathan Gilbert
Jonathan Gilbert
I guess it must be because the code doesn't compile at all with any of the other possible values. 😁
``` C:\code\scrap>cargo clean -p scrap Removed 67 files, 9.0MiB total C:\code\scrap>cargo build Compiling scrap v0.5.0 (C:\code\scrap) Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s C:\code\scrap> ```
Oh wow, I was working on another project that uses Scrap and didn't realize it was using its own embedded copy of the code with many modifications and extensions, and...