diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-08-14 13:06:05 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-08-14 13:06:05 +0200 |
| commit | a195cf63b88ecfccebeae59e150a65ec5732779b (patch) | |
| tree | d93fc395ede7f1c50a46bf8205686bfb6c2ea54d /src/librustdoc/html/render/mod.rs | |
| parent | 2820fcc8302d25acdefbcfd4351831441dc177c6 (diff) | |
| download | rust-a195cf63b88ecfccebeae59e150a65ec5732779b.tar.gz rust-a195cf63b88ecfccebeae59e150a65ec5732779b.zip | |
Revert "rustdoc search: prefer stable items in search results"
This reverts commit 1140e90074b0cbcfdea8535e4b51877e2838227e.
Diffstat (limited to 'src/librustdoc/html/render/mod.rs')
| -rw-r--r-- | src/librustdoc/html/render/mod.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/librustdoc/html/render/mod.rs b/src/librustdoc/html/render/mod.rs index 41ebaeade1d..a46253237db 100644 --- a/src/librustdoc/html/render/mod.rs +++ b/src/librustdoc/html/render/mod.rs @@ -139,12 +139,6 @@ pub(crate) struct IndexItem { pub(crate) search_type: Option<IndexItemFunctionType>, pub(crate) aliases: Box<[Symbol]>, pub(crate) deprecation: Option<Deprecation>, - pub(crate) stability: Option<Stability>, -} -impl IndexItem { - fn is_unstable(&self) -> bool { - matches!(&self.stability, Some(Stability { level: StabilityLevel::Unstable { .. }, .. })) - } } /// A type used for the search index. |
