kbuild: remove old Rust docs output path
authorMiguel Ojeda <ojeda@kernel.org>
Wed, 18 Oct 2023 16:01:45 +0000 (18:01 +0200)
committerMiguel Ojeda <ojeda@kernel.org>
Thu, 19 Oct 2023 14:39:44 +0000 (16:39 +0200)
commit1db773da58df20772dcc037a47163ce472d39c4d
treea0c5be3db52fce72396f6edb7d3dcfa1ab2227bc
parentbd9e54a42ce26026d67963c21b3fdfe8c7e68430
kbuild: remove old Rust docs output path

The Rust code documentation output path moved from `rust/doc` to
`Documentation/output/rust/rustdoc`. The `make cleandocs` target
takes care of cleaning it now since it is integrated with the rest
of the documentation.

Thus remove the old reference.

Fixes: 48fadf440075 ("docs: Move rustdoc output, cross-reference it")
Reviewed-by: Benno Lossin <benno.lossin@proton.me>
Reviewed-by: Alice Ryhl <aliceryhl@google.com>
Reviewed-by: Andreas Hindborg <a.hindborg@samsung.com>
Link: https://lore.kernel.org/r/20231018160145.1017340-2-ojeda@kernel.org
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Makefile