mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-03 09:58:13 +01:00
Rustdoc assumes indented code is Rust code, but when it isn't, the docs fail to build. The Sheets API has Java, Objective-C, and JavaScript examples in its descripiton. Wrap these examples in language-tagged triple-backticks to prevent rustdoc from trying to compile them. Fixes #213.