gupnik
294e99831d
Fixes path issue in derive-impl ( #1823 )
...
Needs https://github.com/sam0x17/macro_magic/pull/13
The associated PR allows the export of tokens from macro_magic at the
specified path. This fixes the path issue in derive-impl. Now, we can
import the default config using the standard rust syntax:
```rust
use frame_system::config_preludes::TestDefaultConfig;
[derive_impl(TestDefaultConfig as frame_system::DefaultConfig)]
impl frame_system::DefaultConfig for Test {
//....
}
```
2023-10-11 07:26:13 +02:00
..
2023-10-01 16:16:14 +02:00
2023-09-06 15:00:53 +01:00
2023-10-07 19:32:35 +02:00
2023-09-04 12:02:32 +03:00
2023-09-04 12:02:32 +03:00
2023-09-04 12:02:32 +03:00
2023-09-04 12:02:32 +03:00
2023-10-07 11:04:00 +02:00
2023-10-07 11:04:00 +02:00
2023-10-03 17:16:46 +02:00
2023-10-01 16:16:14 +02:00
2023-09-14 10:31:24 +03:00
2023-09-13 09:33:12 +02:00
2023-09-04 12:02:32 +03:00
2023-10-07 19:32:35 +02:00
2023-09-18 12:02:15 +02:00
2023-10-07 19:32:35 +02:00
2023-08-31 14:08:44 +03:00
2023-10-06 18:07:01 +02:00
2023-08-31 14:08:44 +03:00
2023-09-04 12:02:32 +03:00
2023-09-27 22:46:14 +10:00
2023-10-01 16:16:14 +02:00
2023-10-06 18:07:01 +02:00
2023-10-10 16:02:35 +02:00
2023-10-11 07:26:13 +02:00
2023-09-04 12:02:32 +03:00
2023-10-01 16:16:14 +02:00
2023-09-04 12:02:32 +03:00
2023-09-21 19:25:48 +01:00
2023-09-04 12:02:32 +03:00
2023-08-29 13:39:41 +02:00
2023-09-04 12:02:32 +03:00
2023-09-04 12:02:32 +03:00
2023-08-31 14:08:44 +03:00
2023-08-29 13:39:41 +02:00
2023-08-29 13:39:41 +02:00
2023-09-05 12:11:30 +02:00
2023-10-09 14:56:30 +01:00
2023-10-03 02:11:56 +11:00
2023-09-04 12:02:32 +03:00
2023-10-03 02:11:56 +11:00
2023-09-04 12:02:32 +03:00
2023-09-04 12:02:32 +03:00
2023-08-29 13:39:41 +02:00
2023-10-01 03:36:48 +02:00
2023-09-04 12:02:32 +03:00
2023-10-03 17:16:46 +02:00
2023-09-27 22:46:14 +10:00
2023-10-01 16:16:14 +02:00
2023-09-04 12:02:32 +03:00
2023-09-04 12:02:32 +03:00
2023-10-03 02:11:56 +11:00
2023-09-04 12:02:32 +03:00
2023-09-04 12:02:32 +03:00
2023-10-10 16:02:35 +02:00
2023-09-06 16:06:47 +03:00
2023-09-04 12:02:32 +03:00
2023-09-29 22:33:26 +02:00
2023-08-29 13:39:41 +02:00
2023-09-04 12:02:32 +03:00
2023-09-13 09:34:53 +02:00
2023-10-06 18:07:01 +02:00
2023-08-31 14:08:44 +03:00
2023-08-29 13:39:41 +02:00
2023-10-10 16:02:35 +02:00
2023-10-11 07:26:13 +02:00
2023-10-10 16:02:35 +02:00
2023-09-29 22:33:26 +02:00
2023-10-07 19:32:35 +02:00
2023-09-15 11:45:49 +02:00
2023-09-04 12:02:32 +03:00
2023-10-07 19:32:35 +02:00
2023-08-29 13:39:41 +02:00
2023-10-03 17:16:46 +02:00
2023-10-03 02:11:56 +11:00
2023-10-10 16:02:35 +02:00
2023-08-31 14:08:44 +03:00
2023-09-27 22:46:14 +10:00
2023-09-04 12:02:32 +03:00