Skip to content

Downgrade notify and use RecommendedWatcher #9770

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

Merged
merged 1 commit into from
Aug 3, 2021

Conversation

lnicola
Copy link
Member

@lnicola lnicola commented Aug 3, 2021

Closes #9769

bors r+

@lnicola lnicola changed the title Downgrade notify and use RecommendedWatcher Downgrade notify and use RecommendedWatcher Aug 3, 2021
let watcher = log_notify_error(RecommendedWatcher::new(move |event| {
watcher_sender.send(event).unwrap()
}));
let watcher =
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This used to say Watcher::new_immediate, TBH I'm not even sure how that works 😅.

@bors
Copy link
Contributor

bors bot commented Aug 3, 2021

@bors bors bot merged commit ffbb43f into rust-lang:master Aug 3, 2021
@lnicola lnicola deleted the downgrade-notify branch August 3, 2021 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fails to build on x86_64-unknown-netbsd
1 participant