From 8ff8fff332b752067b2562e54bb8b3734ec343c1 Mon Sep 17 00:00:00 2001 From: UebelAndre Date: Fri, 10 Jun 2022 15:10:45 -0700 Subject: [PATCH] Revert changes to `//tools/runfiles` from eb06a7974f448b3a2199d490282906d698c2d316 --- tools/runfiles/runfiles.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/runfiles/runfiles.rs b/tools/runfiles/runfiles.rs index 04f3366a62..1e60a91351 100644 --- a/tools/runfiles/runfiles.rs +++ b/tools/runfiles/runfiles.rs @@ -108,7 +108,7 @@ impl Runfiles { } /// Returns the .runfiles directory for the currently executing binary. -pub fn find_runfiles_dir() -> io::Result { +fn find_runfiles_dir() -> io::Result { assert_ne!( std::env::var_os("RUNFILES_MANIFEST_ONLY").unwrap_or_else(|| OsString::from("0")), "1"