-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/workspace roles #6783
base: main
Are you sure you want to change the base?
Feat/workspace roles #6783
Conversation
@speed2exe The Rust CI failed. After checking the integration test error, I found that it was unable to create a new page in local mode. |
@@ -5,13 +5,15 @@ use tokio::sync::mpsc::{unbounded_channel, UnboundedReceiver}; | |||
use tracing::{error, trace}; | |||
|
|||
#[cfg(any(target_os = "windows", target_os = "macos", target_os = "linux"))] | |||
#[allow(dead_code)] | |||
pub struct WatchContext { | |||
#[allow(dead_code)] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we still need to keep #[allow(dead_code)]
for the watcher
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we dont need this anymore, I'll remove it
No description provided.