Replace FIXME with an issue link
This commit is contained in:
parent
05445c718e
commit
b0cb2b0106
|
@ -58,8 +58,10 @@ macro_rules! declare_name {
|
||||||
// `declare_name(foo)`
|
// `declare_name(foo)`
|
||||||
//
|
//
|
||||||
// See the `respan!` macro for more details.
|
// See the `respan!` macro for more details.
|
||||||
// FIXME: Use `crate::respan!` once https://github.com/rust-lang/rust/pull/72121
|
// This should use `crate::respan!` once https://github.com/rust-lang/rust/pull/72121
|
||||||
// is merged.
|
// is merged: see https://github.com/solana-labs/solana/issues/10933.
|
||||||
|
// For now, we need to use `::solana_sdk`
|
||||||
|
//
|
||||||
// `respan!` respans the path `$crate::id`, which we then call (hence the extra
|
// `respan!` respans the path `$crate::id`, which we then call (hence the extra
|
||||||
// parens)
|
// parens)
|
||||||
(
|
(
|
||||||
|
|
Loading…
Reference in New Issue