浏览代码

chore: apply doc-comment to the module in svm-type-overrides/src/lib.rs (#7481)

apply doc-comment to the module in svm-type-overrides/src/lib.rs
Alex Pyattaev 3 月之前
父节点
当前提交
ed847b333d
共有 1 个文件被更改,包括 7 次插入8 次删除
  1. 7 8
      svm-type-overrides/src/lib.rs

+ 7 - 8
svm-type-overrides/src/lib.rs

@@ -1,11 +1,10 @@
-///
-/// This lib contains both standard imports and imports shuttle.
-/// Shuttle is a Rust crate that facilitates multithreaded testing. It has its own scheduler
-/// and can efficiently detect bugs in concurrent code. The downside is that we need to replace
-/// all imports by those from Shuttle.
-///
-/// Instead of importing from std, rand, and so on, import the following from solana-type-override,
-/// and include the 'shuttle-test' feature in your crate to use shuttle.
+//! This lib contains both standard imports and imports shuttle.
+//! Shuttle is a Rust crate that facilitates multithreaded testing. It has its own scheduler
+//! and can efficiently detect bugs in concurrent code. The downside is that we need to replace
+//! all imports by those from Shuttle.
+//!
+//! Instead of importing from std, rand, and so on, import the following from solana-type-override,
+//! and include the 'shuttle-test' feature in your crate to use shuttle.
 
 #[cfg(feature = "executor")]
 pub mod executor {