Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#[test]
pub fn version() {
let (major, _minor, _update) = core::char::UNICODE_VERSION;
assert!(major >= 10);
}