We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e24202e commit 6c79121Copy full SHA for 6c79121
p-interface/src/lib.rs
@@ -9,7 +9,8 @@ pub mod program {
9
pinocchio_pubkey::declare_id!("TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA");
10
}
11
12
-/// A "dummy" function with a hint to the compiler that it is unlikely to be called.
+/// A "dummy" function with a hint to the compiler that it is unlikely to be
13
+/// called.
14
///
15
/// This function is used as a hint to the compiler to optimize other code paths
16
/// instead of the one where the function is used.
@@ -38,4 +39,4 @@ pub const fn unlikely(b: bool) -> bool {
38
39
} else {
40
false
41
-}
42
+}
0 commit comments