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
- Host: GitHub
- URL: https://github.com/robinst/test-doc-comment
- Owner: robinst
- Created: 2020-11-26T12:36:16.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-26T23:03:23.000Z (about 5 years ago)
- Last Synced: 2025-02-25T06:45:07.609Z (11 months ago)
- Language: Rust
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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");
```