]> gitweb.factorcode.org Git - factor.git/commitdiff
assocs: fix docs import
authorDoug Coleman <doug.coleman@gmail.com>
Sat, 11 Feb 2023 03:02:32 +0000 (21:02 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Sun, 26 Feb 2023 23:11:03 +0000 (17:11 -0600)
it should import assocs too, lint tool is broken?

core/assocs/assocs-docs.factor

index 0305961bfff023bc833f9707aacb8806fd4373bf..cf10b679a370a21a1b065ee31a5a1b39c258b053 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2007, 2009 Daniel Ehrenberg, Slava Pestov, and Doug Coleman
 ! See https://factorcode.org/license.txt for BSD license.
-USING: assocs.private help.markup help.syntax kernel math
+USING: assocs assocs.private help.markup help.syntax kernel math
 namespaces quotations sequences ;
 IN: assocs