doc: autobib, fix overlapping for-label imports
scribble/struct and scribble/core provide some common identifiers, so use only-in to import from scribble/core
This commit is contained in:
parent
6a8986f7c0
commit
6a5dfdffb8
|
@ -1,5 +1,5 @@
|
||||||
#lang scribble/manual
|
#lang scribble/manual
|
||||||
@(require (for-label scribble/core
|
@(require (for-label (only-in scribble/core content?)
|
||||||
scribble/struct
|
scribble/struct
|
||||||
scriblib/autobib
|
scriblib/autobib
|
||||||
scheme/base
|
scheme/base
|
||||||
|
|
Loading…
Reference in New Issue
Block a user