config: fix test compile error
This commit is contained in:
parent
9904717c71
commit
5a822eda32
2 changed files with 4 additions and 3 deletions
|
|
@ -3,7 +3,7 @@ macro_rules! config {
|
|||
($f:path) => {
|
||||
#[no_mangle]
|
||||
#[used]
|
||||
pub static mut JAY_CONFIG_ENTRY: $crate::_private::ConfigEntry = {
|
||||
pub static mut JAY_CONFIG_ENTRY_V1: $crate::_private::ConfigEntry = {
|
||||
struct X;
|
||||
impl $crate::_private::Config for X {
|
||||
extern "C" fn configure() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue