Skip to content

Commit 4dce18a

Browse files
committed
clippy
1 parent f332ce1 commit 4dce18a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/src/optimizer/plan_node/stream_hash_join.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
use std::fmt;
1516
use std::ops::BitAnd;
16-
use std::{fmt, vec};
1717

1818
use itertools::Itertools;
1919
use risingwave_common::catalog::Schema;

0 commit comments

Comments
 (0)