tools.deprecation: use none?.
parent
fcaf4eb39c
commit
30739e70ff
|
@ -71,7 +71,7 @@ SINGLETON: deprecation-observer
|
|||
|
||||
M: deprecation-observer definitions-changed
|
||||
drop filter-word-defs
|
||||
dup [ deprecated? ] any? not
|
||||
dup [ deprecated? ] none?
|
||||
[ [ check-deprecations ] each ]
|
||||
[ drop initialize-deprecation-notes ] if ;
|
||||
|
||||
|
|
Loading…
Reference in New Issue