Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/alpha' into join_path
Browse files Browse the repository at this point in the history
  • Loading branch information
SupperZum committed May 10, 2024
2 parents 9aac97e + f0be1f5 commit 76a0f00
Show file tree
Hide file tree
Showing 7 changed files with 385 additions and 259 deletions.
2 changes: 1 addition & 1 deletion module/core/impls_index_meta/src/impls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ impl quote::ToTokens for Items2
{
( as $Name2 : ident ) =>
{
impls_index::fn_rename!
::impls_index::fn_rename!
{
@Name { $Name2 }
@Fn
Expand Down
4 changes: 4 additions & 0 deletions module/core/proper_path_tools/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
#[ cfg( feature = "enabled" ) ]
use mod_interface::mod_interface;

#[ cfg( feature="no_std" ) ]
#[ macro_use ]
extern crate alloc;

#[ cfg( feature = "enabled" ) ]
mod_interface!
{
Expand Down
Loading

0 comments on commit 76a0f00

Please sign in to comment.