cogciprocate / ocl

OpenCL for Rust
Other
721 stars 75 forks source link

Fix formatting of buffer.rs #215

Closed AdrianEddy closed 1 year ago

AdrianEddy commented 1 year ago

Looks like rustfmt skipped the formatting of this one function in buffer.rs, because the string was too long. Once I broke down the string into 2 lines, it formatted the rest of the function. It didn't give any warning even with --verbose, which is odd, it just silently skipped the formatting Anyway, just a formatting PR to make rustfmt working on that function again

c0gent commented 1 year ago

Ok thanks :)