From 715a73d5fcced2b1001b56072e9a5a2ff61398ea Mon Sep 17 00:00:00 2001 From: Alex Martin Date: Mon, 30 Dec 2024 12:01:51 -0800 Subject: [PATCH] Fix link in field_attribute doc --- prost-build/src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prost-build/src/config.rs b/prost-build/src/config.rs index bb9f8697a..134d4c07d 100644 --- a/prost-build/src/config.rs +++ b/prost-build/src/config.rs @@ -191,7 +191,7 @@ impl Config { /// /// **`attribute`** - an arbitrary string that'll be placed before each matched field. The /// expected usage are additional attributes, usually in concert with whole-type - /// attributes set with [`type_attribute`](method.type_attribute), but it is not + /// attributes set with [`type_attribute`](#method.type_attribute), but it is not /// checked and anything can be put there. /// /// Note that the calls to this method are cumulative ‒ if multiple paths from multiple calls