Skip to content

Commit 4d83b17

Browse files
Remove redundant explicit doc link target on Statement
1 parent 868ce51 commit 4d83b17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ast/ddl.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// specific language governing permissions and limitations
1616
// under the License.
1717

18-
//! AST types specific to CREATE/ALTER variants of [`Statement`](crate::ast::Statement)
18+
//! AST types specific to CREATE/ALTER variants of [`Statement`]
1919
//! (commonly referred to as Data Definition Language, or DDL)
2020
2121
#[cfg(not(feature = "std"))]

0 commit comments

Comments
 (0)