From c57393f3933e5ce93b65777aca163b3baa502270 Mon Sep 17 00:00:00 2001 From: zoumi Date: Thu, 5 Oct 2017 21:16:55 +0800 Subject: [PATCH] Update lib.rs --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 341b309..2732fbf 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -488,7 +488,6 @@ impl RegKey { } /// Recursively delete subkey with all its subkeys and values. - /// Will delete itself if `path` is an empty string. /// If `path` is an empty string, the subkeys and values of this key are deleted. /// /// # Examples