From fd2273e41918f2b6bb72356b20c8cb6186251e37 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 1 Apr 2016 13:52:54 +0200 Subject: Stronger warning against usage of splitString --- lib/strings.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/strings.nix') diff --git a/lib/strings.nix b/lib/strings.nix index a2a4be11e1b..01a6f181d03 100644 --- a/lib/strings.nix +++ b/lib/strings.nix @@ -258,7 +258,7 @@ rec { /* Cut a string with a separator and produces a list of strings which were separated by this separator. - NOTE: this function is not performant and should be avoided + NOTE: this function is not performant and should never be used. Example: splitString "." "foo.bar.baz" -- cgit 1.4.1