]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/error.rs
Remove the x86_64-rumprun-netbsd target
[rust.git] / src / librustdoc / error.rs
index 77063ab4639a121dccb44de7342941eee56e8766..82d0002b98b180d2ae514314740d8d6fd714d4a6 100644 (file)
@@ -5,9 +5,9 @@
 use crate::docfs::PathError;
 
 #[derive(Debug)]
-pub struct Error {
-    pub file: PathBuf,
-    pub error: String,
+crate struct Error {
+    crate file: PathBuf,
+    crate error: String,
 }
 
 impl error::Error for Error {}