From 8c2f1f5a55a2a9bb9e04c12236faa341b3fd49b6 Mon Sep 17 00:00:00 2001 From: Satya Rohith Date: Mon, 29 Jul 2024 22:28:04 +0530 Subject: chore: upgrade to rust 1.80 (#24778) --- cli/util/file_watcher.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cli/util/file_watcher.rs') diff --git a/cli/util/file_watcher.rs b/cli/util/file_watcher.rs index 51dde8404..d92d880bc 100644 --- a/cli/util/file_watcher.rs +++ b/cli/util/file_watcher.rs @@ -195,8 +195,8 @@ impl WatcherCommunicator { /// Creates a file watcher. /// /// - `operation` is the actual operation we want to run every time the watcher detects file -/// changes. For example, in the case where we would like to bundle, then `operation` would -/// have the logic for it like bundling the code. +/// changes. For example, in the case where we would like to bundle, then `operation` would +/// have the logic for it like bundling the code. pub async fn watch_func( flags: Arc, print_config: PrintConfig, @@ -234,8 +234,8 @@ pub enum WatcherRestartMode { /// Creates a file watcher. /// /// - `operation` is the actual operation we want to run every time the watcher detects file -/// changes. For example, in the case where we would like to bundle, then `operation` would -/// have the logic for it like bundling the code. +/// changes. For example, in the case where we would like to bundle, then `operation` would +/// have the logic for it like bundling the code. pub async fn watch_recv( mut flags: Arc, print_config: PrintConfig, -- cgit v1.2.3