From ce357318f53269196e8351587cc44bbe0e8a64ac Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Fri, 10 Feb 2023 21:02:32 -0600 Subject: [PATCH] assocs: fix docs import it should import assocs too, lint tool is broken? --- core/assocs/assocs-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/assocs/assocs-docs.factor b/core/assocs/assocs-docs.factor index 0305961bff..cf10b679a3 100644 --- a/core/assocs/assocs-docs.factor +++ b/core/assocs/assocs-docs.factor @@ -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 -- 2.34.1