about summary refs log tree commit diff
path: root/lib/fileset/README.md
diff options
context:
space:
mode:
authorSilvan Mosberger <silvan.mosberger@tweag.io>2023-11-08 21:44:44 +0100
committerSilvan Mosberger <silvan.mosberger@tweag.io>2023-11-08 21:44:44 +0100
commite07e80e8419f35d596712ecfff57259f0230a33c (patch)
tree145e19622792d033b4a6cfd65f1b0c0eaf5baa06 /lib/fileset/README.md
parent73493584a74cddb22d785942a2215c3dab12c29e (diff)
lib.fileset.toSource: Mention fromSource in errors
Diffstat (limited to 'lib/fileset/README.md')
-rw-r--r--lib/fileset/README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/fileset/README.md b/lib/fileset/README.md
index ebe13f08fdef8..d7398438826ed 100644
--- a/lib/fileset/README.md
+++ b/lib/fileset/README.md
@@ -241,5 +241,4 @@ Here's a list of places in the library that need to be updated in the future:
 - > The file set library is currently somewhat limited but is being expanded to include more functions over time.
 
   in [the manual](../../doc/functions/fileset.section.md)
-- If/Once a function to convert `lib.sources` values into file sets exists, the `_coerce` and `toSource` functions should be updated to mention that function in the error when such a value is passed
 - If/Once a function exists that can optionally include a path depending on whether it exists, the error message for the path not existing in `_coerce` should mention the new function