An open API service indexing awesome lists of open source software.

https://github.com/robinst/test-doc-comment

Test for doc-comment crate
https://github.com/robinst/test-doc-comment

Last synced: 2 months ago
JSON representation

Test for doc-comment crate

Awesome Lists containing this project

README

          

Test for doc-comment crate, see
https://github.com/GuillaumeGomez/doc-comment/issues/25

This should make `cargo test` fail:

```rust
assert_eq!("foo", "bar");
```