Skip to content

Commit b58c348

Browse files
committed
Make handle_request public
1 parent 8ce25ef commit b58c348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/debugger/handler.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pub enum HandleResult {
1515
}
1616

1717
impl CairoDebugger {
18-
pub(crate) fn handle_request(&self, request: Request) -> Result<HandleResult> {
18+
pub fn handle_request(&self, request: Request) -> Result<HandleResult> {
1919
match &request.command {
2020
// We have not yet decided if we want to support these.
2121
Command::BreakpointLocations(_)

0 commit comments

Comments
 (0)