Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Chien <stdrc@outlook.com>
  • Loading branch information
stdrc committed Apr 6, 2023
1 parent 8e680c9 commit 6b18cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stream/src/executor/sort_v0.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
#![cfg_attr(not(test), expect(dead_code))]

use std::collections::BTreeMap;
use std::ops::Bound;
Expand Down Expand Up @@ -79,7 +80,6 @@ pub struct SortExecutor<S: StateStore> {
}

impl<S: StateStore> SortExecutor<S> {
#[expect(dead_code)]
pub fn new(
context: ActorContextRef,
input: BoxedExecutor,
Expand Down

0 comments on commit 6b18cb4

Please sign in to comment.