apex-tux
apex-tux copied to clipboard
COMPILE error unnecessary qualification
Are you trying to develop apex-tux or use it? Can you please be more specific?
im trying to use it. I fixed it by removing the unnecessary path segments
@Hunterrules0-0 how did you remove the unnecessary path segments?
Ran into this also.
In src/render/scheduler.rs, change:
_marker: std::marker::PhantomData::default(),
to:
_marker: PhantomData::default(),
and also:
.map(futures::StreamExt::fuse)
to:
.map(StreamExt::fuse)
@Hunterrules0-0 how did you remove the unnecessary path segments?
remove the orange text that its complaining about and that should make it compile correctly.
Ran into this also.
In src/render/scheduler.rs, change:
_marker: std::marker::PhantomData::default(),
to:_marker: PhantomData::default(),
and also:
.map(futures::StreamExt::fuse)
to:.map(StreamExt::fuse)
Line 79 Line 148 Might help someone but ctrl + f also works
is this project still maintained?
Should be fixed in https://github.com/not-jan/apex-tux/commit/4f6f819aa14a0df24aa7f2775822c76761aa1eb8
is this project still maintained?
I no longer own this keyboard so I don't really have the motivation to add new features. I'll try to fix stuff like this but it's not my number one priority :(
Should be fixed in 4f6f819
is this project still maintained?
I no longer own this keyboard so I don't have the motivation to add new features. I'll try to fix stuff like this but it's not my number-one priority :(
what's your new acquisition?