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:
Ben Greenman 2019-12-07 23:23:27 -05:00
parent 6a8986f7c0
commit 6a5dfdffb8

View File

@ -1,5 +1,5 @@
#lang scribble/manual
@(require (for-label scribble/core
@(require (for-label (only-in scribble/core content?)
scribble/struct
scriblib/autobib
scheme/base