blob: 7a5156e81c4c875fbd0a5d58bb216ff0b7074b8e (
plain)
1
2
3
4
5
6
7
|
// normalize-stderr-test: "nightly|beta|1\.[0-9][0-9]\.[0-9]" -> "$$CHANNEL"
// check-pass
#![deny(warnings)]
//! Email me at <hello@localhost>.
//! This should *not* warn: <hello@example.com>.
|