File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ use std::sync::Arc;
52
52
/// ```
53
53
/// # use datafusion_catalog::Session;
54
54
/// # use datafusion_common::{Result, exec_datafusion_err};
55
- /// struct SessionState {}
55
+ /// # struct SessionState {}
56
56
/// // Given a `Session` reference, get the concrete `SessionState` reference
57
57
/// // Note: this may stop working in future versions,
58
58
/// fn session_state_from_session(session: &dyn Session) -> Result<&SessionState> {
@@ -63,7 +63,7 @@ use std::sync::Arc;
63
63
/// ```
64
64
///
65
65
/// [`SessionState`]: https://docs.rs/datafusion/latest/datafusion/execution/session_state/struct.SessionState.html
66
- /// [TableProvider]: crate::TableProvider
66
+ /// [` TableProvider` ]: crate::TableProvider
67
67
#[ async_trait]
68
68
pub trait Session : Send + Sync {
69
69
/// Return the session ID
You can’t perform that action at this time.
0 commit comments