Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion frozen-abi/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ mod hash;
#[macro_use]
extern crate solana_frozen_abi_macro;

// Not public API. Referenced by macro-generated code.
// Not public API. Previously referenced by macro-generated code. Remove the
// `log` dependency from Cargo.toml when this is cleaned up in the next major
// version bump
#[deprecated(since = "3.0.1", note = "Please use the `log` crate directly instead")]
#[doc(hidden)]
pub mod __private {
#[doc(hidden)]
Expand Down