Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit fed69e9

Browse files
Aaron1011mvines
authored andcommitted
Split comment over multiple lines
Due to rust-lang/rustfmt#4325, leaving this as one line causes rustfmt to add extra indentation to the surrounding code.
1 parent 42f8848 commit fed69e9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sdk/src/entrypoint_native.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,9 @@ macro_rules! declare_name {
5858
// `declare_name(foo)`
5959
//
6060
// See the `respan!` macro for more details.
61-
// This should use `crate::respan!` once https://github.com/rust-lang/rust/pull/72121
62-
// is merged: see https://github.com/solana-labs/solana/issues/10933.
61+
// This should use `crate::respan!` once
62+
// https://github.com/rust-lang/rust/pull/72121 is merged:
63+
// see https://github.com/solana-labs/solana/issues/10933.
6364
// For now, we need to use `::solana_sdk`
6465
//
6566
// `respan!` respans the path `$crate::id`, which we then call (hence the extra

0 commit comments

Comments
 (0)