]> git.lizzy.rs Git - rust.git/blobdiff - src/libstd/error.rs
Auto merge of #60386 - Goirad:sgx-ignore-tests, r=nikomatsakis
[rust.git] / src / libstd / error.rs
index d2aa2195a35ed1775cec212825bea5d32a91ac9a..62282006a40248df320c8eedc5c99c37b5b4683c 100644 (file)
@@ -207,7 +207,7 @@ fn type_id(&self, _: private::Internal) -> TypeId where Self: 'static {
 }
 
 mod private {
-    // this is a hack to prevent type_id from being overridden by Error
+    // This is a hack to prevent `type_id` from being overridden by `Error`
     // implementations, since that can enable unsound downcasting.
     #[unstable(feature = "error_type_id", issue = "60784")]
     #[derive(Debug)]