Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#![allow(unused_imports)]
extern crate issue_2316_a;
pub mod cloth {
use issue_2316_a::*;
pub enum fabric {
gingham, flannel, calico
}