Personally I think using comments to disable blocks of code is wrong. In C/C++ I always use #if 0 ... #endif which (a) is nesting (though that isn’t a problem in Rust), (b) the editor usually highlights appropriately and © is obviously not a form of documentation. Shouldn’t there be an equivalent in Rust?
Otherwise, no comment, except that specifying American English seems a bit much.