Closed
Description
Describe the problem you are trying to solve
I ship a proprietary cdylib which I build from Rust code. I want to document the API using doc comments. However at the moment cargo doc
puts the source code into target/doc/src/ which is not an option. I know I can rm target/doc/src/
however there is [src](goto source code)
button left in the top right corner of the docs.
Describe the solution you'd like
cargo doc --exclude-source
Notes