Skip to content

Commit 6843dbb

Browse files
committed
Remove doc mention of self from a function that doesn't take self
1 parent e2d6e9b commit 6843dbb

File tree

1 file changed

+0
-4
lines changed
  • datafusion/common/src/scalar

1 file changed

+0
-4
lines changed

datafusion/common/src/scalar/mod.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1849,10 +1849,6 @@ impl ScalarValue {
18491849
/// Returns an error if the iterator is empty or if the
18501850
/// [`ScalarValue`]s are not all the same type
18511851
///
1852-
/// # Panics
1853-
///
1854-
/// Panics if `self` is a dictionary with invalid key type
1855-
///
18561852
/// # Example
18571853
/// ```
18581854
/// use datafusion_common::ScalarValue;

0 commit comments

Comments
 (0)