]> git.proxmox.com Git - rustc.git/blobdiff - src/doc/style/features/functions-and-methods/input.md
Imported Upstream version 1.9.0+dfsg1
[rustc.git] / src / doc / style / features / functions-and-methods / input.md
index 9ea1d218161912b50fed472dc4df7e000036e626..9b243bc72ef7125e6540151a70838c3e7fe78464 100644 (file)
@@ -76,7 +76,7 @@ needs to make about its arguments.
 On the other hand, generics can make it more difficult to read and understand a
 function's signature. Aim for "natural" parameter types that a neither overly
 concrete nor overly abstract. See the discussion on
-[traits](../../traits/README.md) for more guidance.
+[traits](../traits/README.md) for more guidance.
 
 
 #### Minimizing ownership assumptions: